h1{
    text-align: center;
    font-size: 50px;
    border: #4337e0;

}
h2{
    font-size: 35px;
}
button{
    background-color: rgb(21, 21, 109);
    color: #fcfbfb;
    box-shadow: inset;
    border-radius: 10px;
    cursor: pointer; 
    transition: backgroun-color 0.3s, transform 0.3s;
    padding: 25px 25px;
    
    
}
button:hover{
    background-color: blue;
    transform: scale(1.1);
}
.content-container {
    background-color:
rgb(102, 129, 250);
    display: block;
    border:none;
    padding: 0;
    margin:0;
    height: 230px;
    position: relative;
    bottom: 600px;
    width: 1500px;
}
p{
    text-align: center;
    color: black;
    position: relative;
    top: 40px;
    font-size: 75px;
}
.partie1 {
    background-color: rgb(220, 220, 223);
    position: relative;
    bottom: 550px;
    border: #050505;
    border-radius: 20px;
    height: 150px;
    width: 890px;
}
.partie2 {
    background-color: rgb(220, 220, 223);
    position: relative;
    bottom: 550px;
    border: #050505;
    border-radius: 20px;
    width: 880px;
    height: 180px;
}